home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / boot_up / sst_font / sst_font.doc < prev    next >
Text File  |  1995-04-27  |  10KB  |  195 lines

  1.  
  2.                          _____________________________
  3.  
  4.                          Sedated Software Technologies
  5.                                   Font Editor
  6.                          _____________________________
  7.  
  8.                         Copyright 1994 Alexander Hajnal
  9.                            Written in GFA-Basic 3.5E
  10.                            This program is Shareware
  11.  
  12.  
  13.  
  14.                              A Brief Description:
  15.                              ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  16.    This program is designed to edit font files used by Warp 9 and Fontrix.   
  17. led me to decide to write my own.   The program is designed to use the standard 
  18. 8X16 fonts used by Warp 9 (These are then scaled automatically to the 8X8 size 
  19. used by most color applications, including the Desktop.  While I was unable to 
  20. test the files on a monochrome system, I think that the fonts created with this 
  21. program should work on such a system as well (albeit with some 'blockiness').   
  22. The program will allow the loading of monochrome 8X16 fonts (allowing them to 
  23. be converted to color fonts), however loss of detail will likely result from 
  24. the subsequent saving due to structural differences between color and 
  25. monochrome font files.   Though not required, it is usually desirable to 
  26. perform some editing on monochrome fonts before saving them as color fonts.
  27.  
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29.  
  30.                           How to use the Font Editor:
  31.                           ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  32.    The program is designed to be run in ST(E) medium resolution.   The 
  33. following options are available:
  34.  
  35. o Load Font
  36. o Save Font
  37. o Clear Font
  38. o Use System Font
  39. o Quit
  40. o Shareware...
  41. o Move Character
  42. o The Character List
  43. o The Keyboard
  44. o The Edit Box
  45. o Keyboard Shortcuts
  46.  
  47.  Load Font: (Alt L)
  48.    Selecting this option brings up the file selector and allows the user to 
  49. select a font file to be loaded.   If "Cancel" is clicked or a non-existent 
  50. file is selected, no font will be loaded.   Also, if the font currently in 
  51. memory has been changed, additional confirmation is also requested.
  52.    Another way to load fonts is to install the Font Editor on your desktop.   
  53. To do this, click on the SST_FONT.PRG icon on the desktop and click on Install 
  54. Application.   Enter FNT as the document type, and then save the desktop.    
  55. Some desktops allow the user to place program icons directly onto the desktop.   
  56. If you have such a desktop, drag the SST_FONT.PRG icon onto the desktop and 
  57. then save the desktop.    After having installed the Font Editor, double 
  58. clicking on a font file, or dropping a font on the Font Editor icon will cause 
  59. the Font Editor to run and automatically load the font file.
  60.  
  61.  Save Font: (Alt S)
  62.    Selecting this option brings up the file selector and allows the user to 
  63. choose the filename for saving the font.   If "Cancel" is clicked , no font 
  64. will be saved.   Also, if the file selected already exists, additional 
  65. confirmation is requested before the file is overwritten.
  66.  
  67.  Clear Font: (Alt C)
  68.    Selecting this option will, after additional confirmation from the user, 
  69. clear the font currently held in memory.   It will not, however, affect any 
  70. file that has been saved to disk.
  71.  
  72.  Use System Font: (Alt U)
  73.    Selecting this option will, after additional confirmation, replace the font 
  74. currently in memory with the current system font.
  75.  
  76.  Quit: (Alt Q)
  77.    This option is pretty much self-explanatory.   If changes have been made to 
  78. the current font, the user is given the opportunity to save before quitting.
  79.  
  80.  Shareware: (Alt A)
  81.    This option brings up a panel which displays info on how to register the 
  82. program.
  83.  
  84.  Move Character: (,,,)
  85.    By clicking on the arrow buttons (,, and ) the user can shift the 
  86. character being edited up. down, left or right.   Note that if part of the 
  87. character image moves outside of the 8x8 work area that part of the character 
  88. is not retrievable.
  89.  
  90.  The Character List:
  91.    At the bottom of the screen, two entire character sets are shown.   Each 
  92. character is displayed twice, with the upper character being from the font 
  93. currently being edited, and the lower character being from the current system 
  94. font.   Clicking on a character pair selects the character.   The character 
  95. selected will then appear in the edit box.   When a character is edited, any 
  96. changes made will show in the upper character of the selected pair.
  97.  
  98.  The Keyboard:
  99.    Pressing a key on the keyboard will select that character for editing.
  100.  
  101.  The Edit Box:
  102.    This is the large box at the top left of the screen, and is where the actual 
  103. editing of characters occurs.   The currently selected character is displayed 
  104. in the box at 10X magnification, and is also shown at normal (8X8) size in the 
  105. small box to the immediate right of the edit box.      Holding down the left 
  106. mouse button in the edit box will cause the point under the mouse pointer to be 
  107. set, while pressing the right button will cause the point to be cleared.   
  108. Changes made to the character appear in the edit box, the small box to the 
  109. right of the edit box, and in the character list.
  110.  
  111.   Keyboard Shortcuts:
  112.    Each function has a keyboard shortcut.   To use a shortcut, hold the 
  113. Alternate key down and press the appropriate shortcut key.   The available 
  114. shortcuts are as follows:
  115.  
  116.          Alt L -> Load Font                     Alt S -> Save Font
  117.          Alt C -> Clear Font                    Alt U -> Use System Font
  118.          Alt Q -> Quit                          Alt K -> Turn Off Shortcuts
  119.          Alt V -> Save Settings                 Alt A -> Shareware Info
  120.  
  121.    The arrow keys (WITHOUT pressing Alternate) can also be used to shift the 
  122. character being edited left, right, up or down.
  123.    To toggle the keyboard shortcuts on or off, click on Keyboard Shortcuts.   
  124. To save the setting to disk, click on Save Settings.   The use of the Alternate 
  125. key to access to upper half of the character set is not possible while keyboard 
  126. shortcuts are active.
  127.  
  128. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  129.  
  130.                                   Shareware:
  131.                                   ╣╣╣╣╣╣╣╣╣╣
  132.    This program is shareware.   A great deal of work went into designing, 
  133. writing, and testing it.   There are two versions of this program.   The 
  134. unregistered version (V2.0) may be freely distributed as long as this text file 
  135. is included unchanged, and as long as no fee is charged (except for the 
  136. standard download fees charged by such service providers as GEnie and 
  137. Compuserve.   Distribution via other means, such as PD libraries, is also 
  138. permitted).   The registered version (V2.5), on the other hand, may be used 
  139. only by the person to which it is registered.   It may not be distributed in 
  140. any form.   As an incentive to register, the freely distributable version of 
  141. the program is limited to saving only the first 128 characters of each font, 
  142. while the registered version can save the entire 256 characters.   
  143. Additionally, the registered version has a number of additional features, such 
  144. as the ability lock characters (prevent them from being altered), allowing, 
  145. among other things, the capability to load selected portions of fonts.   If you 
  146. use this program regularly and would like to receive the full version of the 
  147. program, please send your name and address along with $10 (American) in the 
  148. form of a check made out to Alexander Hajnal to:
  149.  
  150.                          Sedated Software Technologies
  151.                              c/o Alexander Hajnal
  152.                              439 East 88th Street
  153.                                    Apt. 3C
  154.                               New York, NY 10128
  155.  
  156.   Outside of the U.S. and Canada please include an additional $5 for postage.
  157.   >>>When you register, be sure to say which program you are registering.<<<
  158.  
  159.    This version of the Sedated Font Editor (V2.0) may be freely distributed as 
  160. long as no changes are made to any of the files and as long as this text file 
  161. is included with the distribution.   The registered version (V2.5) may NOT be 
  162. distributed under any circumstances.
  163.  
  164. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  165.  
  166.                     Comments, Complains, Suggestions, Etc:
  167.                     ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  168.    If you have any questions, comments or the like, you can reach me at the 
  169. address listed above, or at the following E-Mail addresses:
  170.  
  171.                                 GEnie: A.HAJNAL
  172.                        Internet: a.hajnal@genie.geis.com
  173.  
  174.    I look forward to hearing your comments and suggestions (and, god forbid, 
  175. bug reports ;), and if there is enough response, I have several enhancements in 
  176. mind for this program.   Enjoy!
  177.  
  178. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  179.  
  180.                              Standard Disclaimer:
  181.                              ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  182.    This program has been tested thoroughly, and has been shown to be reliable.   
  183. However, any damages or losses of time, money, data, or anything else either 
  184. directly or indirectly attributable to the use or misuse of this software shall 
  185. be the sole responsibility of the user.
  186.  
  187. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  188.  
  189.                                Release History:
  190.                                ╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣╣
  191. V1.0 -> Pre-Release Version (7-26-94)
  192. V2.0 -> First Shareware Release (12-10-94)
  193. V2.5 -> Registered Version (12-10-94)
  194.  
  195.